Skip to content

#Add promoted products block#63

Open
MaximusKl wants to merge 1 commit into
otusteamedu:masterfrom
MaximusKl:add-promo-products
Open

#Add promoted products block#63
MaximusKl wants to merge 1 commit into
otusteamedu:masterfrom
MaximusKl:add-promo-products

Conversation

@MaximusKl

Copy link
Copy Markdown

Issue #51

  1. Добавлен блок в виде компонентов (ProductSimple, PromoProductsListContainer)
  2. Отображение:
  • на главной странице под категориями
  • на страницах новостей

mounted() {
for (let i = 1; i <= 20; i++) {
this.quantityArray.push(i);
this.quantityArray.push(i)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

чем не угодили точки с запятой?)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Привычка. Мой основной язык программирования - Go, а там не нужны точки с запятой. Да и в JS они уже не требуются )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants